home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / menu-methods / translate_menus < prev    next >
Encoding:
Text File  |  2010-01-24  |  2.2 KB  |  100 lines

  1. #There's:
  2. #  translate:     only translate for exact matches (RE "^$match\$"
  3. #  subtranslate:  translate for matches of RE "^$match"
  4. #  substitute:    substitute substrings: sed -s "/^$match/$repl/".
  5. #                 this only works for "substitute x->x", and
  6. #          will give interesting results for " substitute x->y".
  7. # Language translators: DO NOT USE THIS FILE! (see note on top of this file)
  8. # Implement transitory menu layout for menu migration.
  9. #
  10. # Applications [was:Apps]
  11. #   Amateur Radio [was:Hamradio]
  12. #   Data Management [was:Databases]
  13. #   Network [was:Net]
  14. #   Science
  15. #      Science/Electronics [was:Technical]
  16. #      Science/Mathematics [was:Math]
  17. #   System
  18. #      System/Administration [was:Admin]
  19. #      System/Language Environment [was:Language-Environment]
  20. #   Terminal Emulators [was:XShells]
  21. # Games
  22. #   Action [was:Arcade]
  23. #   Blocks [was:Tetris-like]
  24. # Screen
  25. #   Saving [was:Save]
  26. #   Locking [was:Lock]
  27. # Window Managers [was:WindowManagers]
  28. # FVWM Modules [was:WindowManagers/Modules]
  29.  
  30. # Applications
  31.  
  32. translate section->section
  33.   Apps/Hamradio "Apps/Amateur Radio"
  34. endtranslate
  35.  
  36. translate section->section
  37.   Apps/Databases "Apps/Data Management"
  38. endtranslate
  39.  
  40. translate section->section
  41.   Apps/Net Apps/Network
  42. endtranslate
  43.  
  44. translate section->section
  45.   Apps/Math Apps/Science/Mathematics
  46. endtranslate
  47.  
  48. translate section->section
  49.   Apps/Technical Apps/Science/Electronics
  50. endtranslate
  51.  
  52. translate section->section
  53.   Apps/System/Admin Apps/System/Administration
  54. endtranslate
  55.  
  56. translate section->section
  57.   Apps/System/Language-Environment "Apps/System/Language Environment"
  58. endtranslate
  59.  
  60. translate section->section
  61.   XShells "Apps/Terminal Emulators"
  62. endtranslate
  63.  
  64. # Games
  65.  
  66. translate section->section
  67.   Games/Arcade Games/Action
  68. endtranslate
  69.  
  70. translate section->section
  71.   Games/Tetris-like Games/Blocks
  72. endtranslate
  73.  
  74. # Screen
  75.  
  76. translate section->section
  77.   Screen/Lock Screen/Locking
  78. endtranslate
  79.  
  80. translate section->section
  81.   Screen/Save Screen/Saving
  82. endtranslate
  83.  
  84. # Toplevels
  85.  
  86. substitute section->section
  87.   Apps/ Applications/
  88. endtranslate
  89.  
  90. translate section->section
  91.   WindowManagers/Modules "FVWM Modules"
  92. endtranslate
  93.  
  94. translate section->section
  95.   WindowManagers "Window Managers"
  96. endtranslate
  97.  
  98.